GET
/
v1
/
apps

Authorizations

client_id
string
queryrequired

See our authentication documentation for how to find your Client ID

Query Parameters

category
string

Categories that apps must have in order to be returned in the response

is_in_zap_template_with
any

If set, only return apps that are in a Zap Template with your app

page
number

Which page to return

per_page
number

Number of results to return per page

title_search
string

Case-insensitive parameter to limit the results to apps whose titles match

title_starts_with
string

Case-insensitive parameter to only return apps whose titles start with the parameter value in the response

Response

200 - application/json
total
integer
required
page
integer
required
pages
integer
required
per_page
integer
required
objects
object[]
required
prev_url
string
required
next_url
string
required

Was this page helpful?